setChooserTitle

@NonNull
open fun setChooserTitle(@Nullable title: @Nullable CharSequence): @NonNull ShareCompat.IntentBuilder(source)

Set the title that will be used for the activity chooser for this share.

Return

This IntentBuilder for method chaining

Parameters

title

Title string


@NonNull
open fun setChooserTitle(@StringRes resId: Int): @NonNull ShareCompat.IntentBuilder(source)

Set the title that will be used for the activity chooser for this share.

Return

This IntentBuilder for method chaining

Parameters

resId

Resource ID of the title string to use